home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / ebook / promsvb6.chm / g04ph03x.gif < prev    next >
Graphics Interchange Format  |  1999-04-29  |  14.7 KB  |  695x524  |  4-bit (6 colors)
   ocr: Your application (ActiveX EXE project) A à class module Private procedures can be called only from code within the same module. Private Sub One() Friend Sub Two() Code in another module of your application can call Friend and Public Procedures Public Sub Three() Code in another process can call only Public procedures (through COM).